/*头部样式*/
.head{
    padding:30px 0 20px 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
}

.nav{
    /*float: right;*/

    background: #575757;
}
.nav .container{
    display: flex;
    justify-content: center;    
}
.nav li{
        /*margin:0 7px;*/
    flex:1;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding:8px 15px;

}
.nav li.on{
    background: #004f87;
}
.nav li.on a{
    color: #fff;
}
.nav li:hover{
    background: #004f87;
}
.nav li:hover a{
    color: #fff;
}
.nav li.on{
    background: #004f87;
}
.nav li.on a{
    color: #fff;
    
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:-10%;
    z-index: 999;
    background-color: #004f87;
    width: 120%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;
    display: block;  
}
.nav li .b_nav a:hover{
    color: #000;
}


.menu-button{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #004f87;
    
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #004f87;
    /*text-align: center;*/
    position: absolute;
    top:65px;
    z-index: 999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
    text-indent: 50px;
    display: block;
}
.mobileNav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;
    display: block; 
    text-indent: 70px; 
}

.head_tel{
    float: right;
    font-size: 16px;
    color: #666;

}
.head_tel a{
    font-size: 14px;
    color: #666;
}
.head_tel img{
    width: 22px;
    margin-left: 5px;
}
#swiper-container1 .swiper-slide img{
    width: 100%;
}

@media(max-width: 1199px){
    .container{
        width: 96%;
    }
    .head_tel{
        display: none;
    }
}
@media(max-width: 768px){
    .logo{
        width: 20%;
    }
    .logo img{
        width: 100%;
    }
    .nav{
        margin-right: 0;
    }
    .nav li{
        margin: 0 3px;
    }
    .nav li a{
        padding: 8px 10px;
    }
}
@media(max-width: 640px){
    .head{
        padding:15px 0;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .logo{
        width: 50%;
    }
}

.bg{background: #ededf2;}
.index_main1{
    display: flex;
    flex-wrap: wrap;
    padding:0 0 20px 0;
}
.index_main1 li{
    margin:0 1% 70px 1%;
    width: 23%;
    box-sizing: border-box;
    position: relative;
}
.index_main1 li a.img{
    display: block;
    height: 160px;
    overflow: hidden;
    position: relative;
    border:1px solid #dcdcdc;
}
.index_main1 li img{
    width: 100%;
    
}
.index_main1 li h3{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    background: rgba(24,97,154,.9);
    line-height: 26px;
    padding: 0 28px;
    left: 0;
    bottom: 0px;
}
.index_main1 li div{
    font-size: 14px;
    color: #747474;
    padding:10px 0 0 0;
}
.index_main1 li p a{
    font-size: ;
    color: #;
}

@media(max-width: 1199px){

}
@media(max-width: 768px){
    .index_main1{
        padding:0;
    }
    .index_main1 li h3{
        bottom:0px;
    }
    .index_main1 li a.img{
        display: block;
        height: 90px;
    }
}
@media(max-width: 640px){
    .index_main1 li{
        width: 48%;
        margin:0 1% 30px;
    }
}



.index_main2{
    background: #ededf2;
    padding:60px 0;
}
h2.index_title1{
    font-size: 30px;
    color: #1a1411;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 75px;
}
h2.index_title1:after{
    content: '';
    position: absolute;
    width: 145px;
    height: 7px;
    background: #4e4e4e;
    bottom:0;
    left:50%;
    margin-left: -72.5px;
}
.product_list1{
    position: relative;
}
.product_list1 li{
    padding:25px 5px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border:1px solid #999;
    height: auto;
}
.product_list1 li img{
    /*width: 100%;*/
}
.product_list1 li h3 a{
    color: #1a1411;
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}
.product_list1 li h3 a span{
    font-size: 18px;   
    font-weight: bold;
    margin-bottom: 5px;
    display: block
}
.product_list1 li h3 a em{
    font-size: 15px;
    display: block;
    font-style: normal;
}
.product_list1 .swiper-button-prev{
    left:-60px;
    width: 31px;
    height: 76px;
    background: url(../images/left1.jpg) no-repeat;
    opacity: 1!important;
    margin-top:-38px;
    cursor: pointer;
    outline: none;
}
.product_list1 .swiper-button-next{
    right:-60px;
    width: 31px;
    height: 76px;
    background: url(../images/right1.jpg) no-repeat;
    opacity: 1!important;
    margin-top:-38px;
    cursor: pointer;
    outline: none;
}

@media(max-width: 1199px){
    h2.index_title1{
        margin-bottom: 30px;
    }
}
@media(max-width: 768px){
    .index_main2{
        padding:30px 0;
    }
}
@media(max-width: 640px){
    .product_list1 li h3 a span{
        font-size:16px;
    }
    .product_list1 li h3 a em{
        font-size:14px;
    }
}


.index_main3{
    padding:70px 0 80px 0;
}
.container2{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.index_main3 h2{
    font-size: 18px;
    color: #fff;
    text-indent: 10px;
    height: 37px;
    line-height: 32px;
    background: url(../images/title1.png) no-repeat ;
    margin-bottom: 20px;
}
.index_main3_l{
    width: 62%;
    margin-right: 2%;

}
.index_main3_content{
    box-sizing: border-box;
    border:1px solid #dbdbdb;  
    display: flex;
    flex-wrap: wrap;  
}
.index_main3_content_l{
    width: 100%;
}
.index_main3_content_l img{
    width: 100%;
}
.index_main3_content_r{
    width: 100%;
    padding: 1%;
    font-size: 14px;
}
.index_main3_content_r p{margin-bottom: 8px;}
.index_main3_content_r a{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.index_main3_r{
    width: 36%;
}
.news_list1{
    margin-bottom: 30px;
}
.news_list1 li {
    position: relative;
}
.news_list1 li a{
    display: block;
}
.news_list1 li img{
    width: 100%;
}
.news_list1 li h3{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 200px;
    left:50%;
    margin-left: -100px;
    bottom:10px;
    text-align: center;
    background: rgba(70,168,233,.8);
}
.news_list2{
    display: flex;
    flex-wrap: wrap;
}
.news_list2 li{
    width: 100%;
    border-bottom:1px dashed #dbdbdb;
    font-size: 14px;
    line-height: 30px;
    text-overflow:ellipsis;white-space:nowrap;overflow:hidden
}
.news_list2 li a{
    font-size: 14px;
}
/* .news_list2 li:nth-child(2n){
    margin-left:4%;
} */
.news_list2 li span{
    display: block;
    float: right;
}

@media(max-width: 1199px){
    .index_main3{
        padding:50px 0;
    }
    .container2{
        width: 96%;
    }
    .index_main3_l,.index_main3_r{
        width: 100%;
        margin-bottom: 30px;
    }

}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .index_main3_content_l{
        width: 100%;
    }
    .index_main3_content_r{
        width: 100%;
        margin-top: 15px;
    }
}


.index_main4{
    margin-bottom: 85px;
}
#swiper-container3 .swiper-slide img{
    width: 100%;
}
#swiper-container4 .swiper-slide img{
    width: 100%;
}
.product_list2{

}
.product_list2 li{
    position: relative;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.product_list2 li h3 a{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom:0;
    background: rgba(0,0,0,.8);
    width: 100%;
}
.swiper-pagination{
    position: relative!important;
    width: 100%;
    padding: 30px 0 0 0;
}
.swiper-pagination span{
    background: #a9a9a9 !important;
    outline: none;
    opacity: 1!important;
    margin:0 5px;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    background: #0c3272 !important;
}
.case_list1{

}
.case_list1 li{

}
.case_list1 li a.img{
    display: block;
    padding:2px;
    border:1px solid #999;
}
.case_list1 li a.img img{
    width: 100%;
}
.case_list1 li h3 a{
    font-size: 14px;
    color: #555;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    padding:5px 0 0 0;
}
@media(max-width: 1199px){
    .index_main4{
        margin-bottom: 50px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .index_main3{
        padding:50px 0 20px 0;
    }
    .news_list2 li{
        width: 96%;
        padding:0 2%;
    }
    .news_list2 li:nth-child(2n){
        margin-left: 0;
    }
}



.footer{
    background: #18619a;
    padding:50px 0;
}
.foot h3{
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
}
.foot{
    display: flex;
    flex-wrap: wrap;
}
.foot1{
    padding-right: 35px;
    border-right: 1px dashed #333;
}
.foot1 a{
    font-size: 14px;
    color: #333;
    display: block;
}
.foot2{
    padding: 0 35px 20px 35px;
    border-right: 1px dashed #333;
}
.foot3{
    padding: 0 0 0 35px;
    font-size: 14px;
    color: #333;
}
.f_content{
    display: flex;
    flex-wrap: wrap;
}

.f_content2{
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    max-width: 330px;
}
.copyright {
    text-align: center;
    line-height: 24px;
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.copyright a{
    font-size: 14px;
    color: #333;    
}
.f_link{
    font-size: 14px;
    color: #333;  
    margin-top:30px;
}
.f_link a{
    font-size: 14px;
    color: #333;      
}
.footer a:hover{
    color: #fff;
}
@media(max-width: 1199px){
    .foot{ justify-content: center;
        flex-wrap: nowrap;}
    .foot1{
        padding-right: 20px;
    }
    .foot2{
        padding:0 20px 20px;
        max-width: 250px;
    }
    .f_content img{display: none;}
    .foot3{
        padding-left: 20px;
        max-width: 250px;
    }
}
@media(max-width: 768px){
    .foot1{
        padding-right: 20px;
    }
    .foot2{
        padding:0 20px 20px;
    }
    .foot3{
        padding-left: 20px;
    }
}
@media(max-width: 640px){
    .footer{
        padding:25px 0;
    }
    .foot1{
        width: 100%;
        text-align: center;
        padding:0;
        border:none;
        display:none;
    }
    .foot2{
        width: 100%;
        text-align: center;
        padding:0;
        border:none;
        margin:25px 0;
        display:none;
    }
    .f_content{
        justify-content: center;
    }
    .foot3{
        width: 100%;
        
        padding:0;
    }
    .foot3 h3{
        text-align: center;
    }
    .foot3 p{
        padding-left:10px;
    }
    
    .f_link,.copyright{
        display:none;
    }
}   

.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #18619a;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;
}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    .footer{
        margin-bottom:60px;
    }
}




/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}





/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.right{
    width: 100%;
    margin-bottom: 100px;
    font-size: 16px;
}
.n_sort1{
    padding: 50px 0 30px 0;
    border-bottom: 1px dashed #666;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.n_sort1 a.n_sort_a{
    display: block;
    width: 220px;
    line-height: 70px;
    font-size: 32px;
    color: #333;
    background: #e1e1e1;
    text-align: center;
    /*margin:0 auto;*/
    margin:10px;
}
.n_sort1s a.n_sort_a{
    font-size: 24px;
}
.n_sort1 a.n_sort_a.on{
    color: #fff;
    background: #004f87;
}
.n_sort3{
    /*margin-bottom: 100px;*/
}
.n_sort2{
   
    text-align: center;
   
    font-size: 14px;
    color: #333;
}
.n_sort2 a{
    font-size: 14px;
    color: #333;
}
.n_sort2 a:hover,.n_sort2 a.active{color: #004f87;}
.n_about{

}
.n_about h4{
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    padding:30px 0 10px 0;
}
.n_about img{
    max-width: 100%;
}
.n_contact{
    width: 70%;
    padding: 0 15%;
}
.lx_list{
    display: flex;
    flex-wrap: wrap;
}
.lx_list li{
    width:48%;
    margin:1%;
    box-sizing: border-box;
    border:1px solid #c5c5c5;
    padding:15px;
}
.lx_list li h3{
    font-size: 18px;
    border-bottom:1px solid #c5c5c5;
    margin-bottom:10px;
    padding-bottom: 5px;
}
.lx_list li p{
    line-height: 2em;
}


.n_sort4{
    margin-bottom: 20px;
}

@media(max-width: 1024px){
    .n_sort3{
        /*margin-bottom: 70px;*/
    }
    .right{
        margin-bottom: 50px;
    }
}
@media(max-width: 768px){
    .n_sort1 a.n_sort_a{
        width: 140px;
        line-height: 50px;
        font-size: 24px;
    }    
    .lx_list li{
        width:100%;
        margin:1% 0;
    }
}
@media(max-width:767px){
    .n_sort1 {
        padding: 40px 0 20px 0;
    }
    .n_sort1 a.n_sort_a{
        font-size:18px;
        line-height: 45px;
        height: 45px;
        width:120px;
    }
}



.product_sort_intro{
    font-size: 18px;
    color: #333;
    padding:10px 10px;
    background:#f5f5f5;
    margin-bottom: 30px;
}
/*product_list*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 24%;
    margin:0.5%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    text-align: center;
    padding:15px 0 20px 0;
}
.product_list li a.img{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180px;
}
.product_list li img{
    max-width: 100%;
    max-height: 180px;
}
/*.product_list li .img:after{*/
/*    content:'莱纳斯工业';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align:center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    z-index: 99;*/
/*    font-size: 36px;*/
/*    color: #666;*/
/*    opacity: 0.3;*/
/*    font-family: "宋体";*/
/*}*/
/*.product_list li a.img:hover img{
    scale(1.1)
}*/
.product_list li h3 a{
    padding:15px 10px 0;
    color: #333;
    font-weight: normal;
    line-height: 2em;
    /*text-align: center;*/
    display: block;
}
.product_list li h3 a span{
    font-size: 14px;   
    /*font-weight: bold;*/
    display: block;
    font-weight: normal;
}

.product_list li h3 a em{
    font-size: 12px;
    display: block;
    font-style: normal;
    display: none;
    margin-top: 5px;
}
/* .product_detail{
    width: 80%;
    padding: 0 10%;
} */
.product_detail h1.pro-title{font-size: 20px; color: #000000; text-align: center; margin-bottom: 15px;}
.product_detail p,.product_detail img{
    max-width: 100%;
}
.product_detail .pro-pic img{ margin: 0 auto; max-width: 375px;}
.product_detail p{
    /*box-sizing:border-box;*/
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.product_1{

}
.tab-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.tab-title li{
    font-size: 14px;
    color: #666;
    padding:5px 10px;
    background: #ccc;
    margin:10px;
    cursor: pointer;
}
.tab-title li.on{
    background: #ff0000;
    color: #fff;
}
.tab .content{
    display: none;
    margin-top: 30px;
}
.tab .content.on{
    display: block;
}

@media(max-width:1280px){
    .product_list li .img:after{
        font-size:32px;
    }
}
@media(max-width:820px){
    .product_list li .img:after{
        font-size:30px;
    }
}
@media(max-width:767px){
    .product_list li{
        width:48%;
    }

    .product_detail{
        width:96%;
        padding:0;
        margin:0 auto;
    }
    .product_detail p{
        /*box-sizing:border-box;*/
        width:100%;
    }
    .product_detail p img{
        width:100%!important;
        height:100%!important;
        display:black;
        margin:0 auto;
    }
}
@media(max-width:640px){
    .product_list li h3 a span{
        font-size: 14px;   
    }
    /*.product_list li h3 a em{*/
    /*    font-size: 14px;*/
    /*}*/
    .product_list li .img:after{
        font-size:28px;
    }
}


.news_list{

}
.news_list li{
    border-bottom:1px double #ddd;
    padding:20px 20px 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.news_list li a.img{
    display: block;
    box-sizing: border-box;

    padding-right: 20px;
    width: 25%;
}
.news_list li img{
    width: 100%;
    border: 1px dashed #dbdbdb;
}
.news_list li .text h2{font-size: 16px; margin-bottom: 5px;}
.news_list li .text{
    font-size: 14px;
    line-height: 1.8em;
    width: 75%;
}
.news_list li strong{
    font-size: 18px;
    color: #666;
}
.news_list li a.more1{
    display: block;
    border:1px solid #dbdbdb;
    font-size: 12;
    color: #333;
    width: ;
    line-height: ;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom:15px;
    padding:3px 10px;
}

.news_list3{

}
.news_list3 li{
    line-height: 50px;
    border-bottom:1px dashed #dbdbdb;
}
.news_list3 li a{
/*    display: block;
    float: left;*/
    font-size: 16px;
    color: #666;
}
.news_list3 li span{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
}

.news_detail{
    margin:50px auto 0;
}
.news_detail img{
    max-width: 100%;
}

.n_news1 a.img{
    display: block;
    box-sizing: border-box;
    border: 1px dashed #dbdbdb;
    margin-right: 20px;
}
.n_news1 img{
    width: 100%;
}
.n_news1 .text{
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
}
.n_news1 .text h1{font-size: 20px;color: #000000;}
.n_news1 .text .newsdes-time{ margin: 10px 0;}


@media(max-width: 1024px){
    .news_detail{
        width: 60%;
    }
    .news_list3{
        padding:0 15px;
    }
}
@media(max-width: 768px){
    .news_detail{
        width: 80%;
    }
}
@media(max-width: 640px){
    .news_detail{
        width: 100%;
    }
    .n_news1{
        justify-content: center;
    }
    .n_news1 a.img{
        margin:0px auto 20px;
    }
    .n_news1 .text{
        width: 90%;
        padding:0 5%;
        text-align: center;
    }
    .news_list li{
        padding:20px 2% 30px;
    }
    .news_list li a.img{
        border: none;
        width: 40%;
        padding-right: 3%
    }
    .news_list li img{
        border: 1px dashed #dbdbdb;
    }
    .news_list li .text{
        width: 57%;
    }
    .news_list li .text p:nth-child(2){
        height:0;
        display: none;
    }
    .news_list li a.more1{
        bottom:5px;
    }
    .news_list3 li a{
        width: 68%;
        display: block;
        float: left;
        height: 50px;
        overflow: hidden;
    }
}


.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 18%;
    margin:1%;
}
.case_list li img{
    width: 100%;
}
.case_list li h3 a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding-top:15px;
    font-weight: normal;
}
.case_detail{
    width: 70%;
    margin: 0 auto;
}
.case_detail .title{
    display: none;
}
.n_jszc{
    width: 80%;
    padding:0 10%;
}
.shfw_text{
    font-size: 14px;
    color: #333;
    line-height: 2em;
    margin-bottom: 100px;
}
.message{

}
.mess_title{
    color: #005aa0;
    font-size: 24px;
    border-bottom:5px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.message ul{

}
.message ul li{
    width: 480px;
    margin-bottom: 20px;
}   
.message ul li input{
    width: 100%;
    border-radius: 5px;
    border:1px solid #dbdbdb;
    line-height: 40px;
    text-indent: 10px;
}
.message ul li.ly{
    width: 650px;
}
.message ul li textarea{
    width: 100%;
    height: 120px;
    line-height: 30px;
    border-radius: 5px;
    border:1px solid #dbdbdb;
    text-indent: 10px;
    color: #666;
}

.message ul .m_btn{
    width: 160px;

}
.message ul .m_btn input{
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    border: none;
    background: #005aa0;
    border-radius: 5px;
    line-height: 40px;
}

@media(max-width: 1024px){

}
@media(max-width: 768px){
    .case_detail{
        width: 100%;
        margin: 0 auto;
    }
    .n_jszc{
        width: 100%;
        padding:0 0%;
    }
}
@media(max-width: 640px){

}








h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:0em 0 1em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666; 
    margin-top: 30px;   
}
.page a{
    font-size: 16px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#18619a;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #18619a;color:#fff;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #18619a;
    vertical-align: middle;
    border: 1px solid #18619a; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}



.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


.new-float{
    position: fixed;right: -3px;
    top: 60%;
    z-index: 50;width: 77px;height: 374px;
    margin-top: -187px;
    
}
.new-float li{
    position: relative;width: 77px;
    height: 57px;margin-bottom: 1px;
    line-height: 20px;color: #fff;
    text-align: center;
    background-color: #666;    
}
.new-float li.hover{
    /*overflow: hidden;*/
    
}
.new-float li a{
    display: inline-block;
    color: #fff;

}
.new-float li a.tit{
    width: 77px;height: 56px;padding: 30px 10px 0 0;
    color: #fff;font-size: 12px;   
    box-sizing: border-box;
    
}
.new-float li p{
    position: relative;z-index: 2;
    height: 27px;padding-top: 30px;cursor: pointer;
    
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi .img1{
    display: none;
    position: absolute;
    top:0;
    left: -120px;
    width: 100px;
    /*opacity: 0;*/
}
.new-float li.fi .img1 img{width: 144px;}
.new-float li.fi:hover .img1{
    display: block;
}
.new-float li.fi a{ 
    background:url(../images/on_line.png) no-repeat 0px 0px;
    
}
.new-float li.fxx a{
    background:url(../images/on_line.png) no-repeat 0px -172px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -227px;
}
.new-float li.zx a{
    background:url(../images/on_line.png) no-repeat 0px -0px;
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
    
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
    
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    
}
.new-float li .tel{
    position: absolute;left: 75px;top: 0;z-index: 1;width: 184px;
    height: 56px;font: 24px/57px Arial;color: #fff; 
    background:#5b5b5b;cursor: pointer;
    
}

.new-float a.mof{
    display: inline-block;width: 78px;height: 71px;padding: 12px 11px 0 12px;
    margin-top: 10px;*margin-top: 7px;background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;line-height: 22px;color: #fff;
    
}
@media(max-width: 1199px){
    .new-float{
        display: none!important;
    }
}